Skip to main content

OperateSuspiciousEvent

Description

handles detected exception events.

Request Method

POST

Request Path

/apsara/route/aegis/OperateSuspiciousEvent

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
DataBODYstringNoNo sample value for this parameter.The record of the exception event that needs to be operated is described in JSON format. For details, see the request example.
versionBODYstringNo2016-01-01version of api
OperateTypeBODYstringNoNo sample value for this parameter.processing operation type, value range: deal: indicates repair confirm: indicates marked as processed mark_misinformation: indicates that it is marked as a false positive unmark_misinformation: indicates that the unmarked is false positive ignore: indicates ignoring

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}